home *** CD-ROM | disk | FTP | other *** search
- >
- > Hi I am new on this Amos list so hopefully here goes:-
- >
- > Is it possible at all to replace the sad Amos error message which comes
- > up when you are:-
- >
- > 1) Write to disk that is not there?
- >
- > 2) Load A file when disk is not in Df0: ?
- >
- > 3) Save a file to a disk when write protected ?
- >
- > The on error level trapping doesnt seem to work with these errors and instead
- > of my very fancy error procedure executing a get the usual sad Amos Requester?
- >
- Usually i use this way (but i work in Amos Pro!):
-
- - Insert command Request Off at the start of your program. It turn off Amos
- Pro Requester.
-
- - Use error-handling routines that get an error if it occours
- EX: A=Errn
-
- - Write a procedure that allows you to print a different error message
- on the screen or a procedure that flash if an error comes.
-
- I used this way to get errors in my Pattern Generator V11 program and
- it seems to work fine...
-
- However, if you have this problem, i can search my procedures and
- send you a copy...
-
- Hallo from Luca "Storm" (aldo@di.unito.it)
- ------------------------------------------
- | |
- | Amiga Forever! |
- | The only love in my life! |
- | |
- ------------------------------------------
-
-
-
-